# Main piKey config file.
#
# Format:
# - Lines beginning with # are comments
# - Other lines are in the format PARAMETER = VALUE
#
#
# SIO debugging:
#   Y = enable debugging via the headphone serial port.
#   N = disable debugging (recommended)
SIO DEBUG = N
#
#
# On-screen status messages
#   Y = show on-screen status flashes (recommended)
#   N = no on-screen status flashes (use if it causes problems)
STATUS MESSAGES = Y
#
#
# Disabled plugins
#   Plugin names in this list will not be loaded by piKey, even if they're
#   present in the plugins folder.  You can use this to disable plugins
#   without having to delete them.
#
#   The list is comma-separated, and case-sensitive.
#
#   The SIO plugin is disabled by default.  If you choose to enable it, you
#   will also need to enable SIO DEBUG above.
DISABLED PLUGINS = piKeysio.prx
#
#
# Disable in v1.5 mode?
#   Set to 'Y' to disable piKey in v1.5 mode, even if it has been flashed
#   to the v1.5 kernel config.
DISABLED IN 150 = N
#
#
# Hotkey to disable piKey during reboot
#   If you hold this key down, then piKey will stop itself from loading.
#   This is a bitmask from the pspctrl.h constants.  Popular choices include:
#     SELECT:                  0x000001
#     LTRIGGER + RTRIGGER:     0x000300
#     LTRIGGER + SELECT:       0x000101
DISABLE HOTKEY = 0x0001
#
#
#  Automatic Select Button Presser:
#
#  This option allows you to set the amount of times the PSP 'Select'
#  key is pressed to ensure you get the correct characters in the
#  PSP 'On Screen keyboard'. Please don't edit the values unless you know
#  what you are doing. Please note that it isn't possible to have perfect input
#  in the URL box and in a text box. You will still have to press the 'Select' key
#  but just not as frequently.
#
XMB OSK = 0
BROWSER OSK = 4
#
